home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / fusion_frenzy.swf / scripts / DefineButton2_264 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-20  |  109 b   |  6 lines

  1. on(release){
  2.    _global.soundOn = false;
  3.    _parent.stopBkgdMusic();
  4.    this.gotoAndPlay("soundOff");
  5. }
  6.